home *** CD-ROM | disk | FTP | other *** search
/ POINT Software Programming / PPROG1.ISO / pascal / swag / dos.swg / 0082_Valid DOS Characters.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1995-03-26  |  249 b   |  13 lines

  1. (*
  2.  
  3. > What are the valid characters for a filename in DOS?
  4.  
  5. Its in the DOS manual!(DOS 5: page 72)
  6. Valid:
  7.    A..Z 0..9 _ ^ $ ~ ! # % & - {} () @ ' `
  8.  
  9. Unvalid:
  10.     spaces/periods,
  11.     names equal to: CLOCK$ CON AUX COM1,,COM4 NUL PRN
  12. *)
  13.